negotiator
Interface NegotiationEventListener


public interface NegotiationEventListener

implement this class in order to subscribe with the NegotiationManager to get callback on handleEvent().

Author:
wouter

Method Summary
 void handeNegotiationSessionEvent(negotiator.events.NegotiationSessionEvent evt)
           
 void handleActionEvent(negotiator.events.ActionEvent evt)
          IMPORTANT: in handleEvent, do not more than just storing the event and notifying your interface that a new event has arrived.
 void handleBlateralAtomicNegotiationSessionEvent(negotiator.events.BilateralAtomicNegotiationSessionEvent evt)
           
 void handleLogMessageEvent(negotiator.events.LogMessageEvent evt)
           
 

Method Detail

handleActionEvent

void handleActionEvent(negotiator.events.ActionEvent evt)
IMPORTANT: in handleEvent, do not more than just storing the event and notifying your interface that a new event has arrived. Doing more than this will snoop time from the negotiation, which will disturb the negotiation.

Parameters:
evt -

handleLogMessageEvent

void handleLogMessageEvent(negotiator.events.LogMessageEvent evt)

handeNegotiationSessionEvent

void handeNegotiationSessionEvent(negotiator.events.NegotiationSessionEvent evt)

handleBlateralAtomicNegotiationSessionEvent

void handleBlateralAtomicNegotiationSessionEvent(negotiator.events.BilateralAtomicNegotiationSessionEvent evt)